 Source Dedicated Server #348508
     ,   Source Dedicated Server ( SRCDS).

I. :

0.     ,      hldsupdatetool. hldsudpdatetool -           Steam,   Valve   HL1  HL2,      ,  Red Orchestra.

1.  "" hldsupdatetool     .

2.      ,        Next   ,     .     ,      c:\server.

3.    c:\server          hldsupdatetool.exe.     hldsupdatetool.exe   .

4.         (    ,           ).

 notepad.exe      :
code:
start wait c:\server\hldsupdatetool.exe
start wait c:\server\hldsupdatetool.exe -command update -game "Counter-Strike Source" -dir .
exit

    c:\server   update.bat (    , ,    .bat,   txt!)

   ,    :

    hldsupdatetool,     ,         .
       Counter-Strike: Source    ,   hldsupdatool.exe     .    HL2DM  DODS    -game  "hl2mp"  "dods"  ( !).
         .

5.  update.bat.       .       ,       ,     .   ,   .

II.  

     ,   .    SRCDS     server.cfg,    cfg   (/cstrike/cfg  Counter-Strike: Source, /hl2mp/cfg  HL2DM, /dod/cfg  Day of Defeat: Source).

    (    )      .

  server.cfg  Counter-Strike: Source   .         .

 ,       (  CSS,   ,  cstrike   ):

/cstrike/maplist.txt -      .     ,    ,    .bsp     maps
/cstrike/mapcycle.txt -   ,     .    ,      .
/cstrike/motd.txt -   ,          .    HTML
/cstrike/cfg/autoexec.cfg -  ,         (   server.cfg,      ).

III.  

       ,              ,          .

,   notepad.exe  :
code:
@echo off
cls
:loop
echo (%date% %time%) Checking for updates
start /wait c:\server\update.bat
echo (%date% %time%) Starting SRCDS
start /wait c:\server\srcds.exe -console -game cstrike +maxplayers 16 +map de_dust
echo (%date% %time%) Restarting SRCDS
goto loop

     c:\server   server.bat (  ,    ,     bat!)

     :

        
   
   ,        
      Checking for updates     
        .        .
      Starting SRCDS     
    .    :

-console -     .         (  Steam)        
-game -  ,    .   HL2DM  DOD Source   hl2mp  dod .
+maxplayers -      
+map -     .   ,    SourceTV .

 :
+ip -  ip ,    .         !
-port -  UDP ,    .     27015.     ,   .
+tv_port -  UDP ,    SourceTV.     27020,   ,   
-tickrate -   .   CSS    33, HL2DM  DOD: Source - 66.           33     !

        Restarting SRCDS     
              (      ).

.       ,        .

IV.  Linux

     Linux      Windows      .         :

mkdir server
cd server
wget http://www.steampowered.com/download/hldsupdatetool.bin
chmod +x hldsupdatetool.bin
./hldsupdatetool.bin (    ,  yes,  ).
./steam (hldsupdatetool  Linux  steam)

  Windows.       screen.